Native communities information by Id
GET
/api/v1/NativeCommunity/{id}
This endpoint returns the information for the native community with the provided id
Parameters
Path Parameters
id*
Typeinteger
RequiredFormat
"int32"Responses
OK
application/json
JSON
{
"id": 0,
"name": "string",
"description": "string",
"languages": "string",
"images": [
"string"
],
"indigenousReservations": [
{
}
]
}